From: Stefan Monnier Date: Fri, 19 Mar 2004 02:37:11 +0000 (+0000) Subject: (Info-default-dirs): Don't ignore last part of I-d-d-l. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23641 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=79e27987a056f8a4a15cf691520baeefd2fe7989;p=emacs.git (Info-default-dirs): Don't ignore last part of I-d-d-l. --- diff --git a/lisp/info.el b/lisp/info.el index 3438320beb4..773888efa6b 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -387,7 +387,9 @@ Do the right thing if the file has been compressed or zipped." ;; version, so we should look there first. `Info-insert-dir' ;; currently expects to find `alternative' first on the list. (cons alternative - (reverse (cdr (reverse Info-default-directory-list))))))) + ;; Don't drop the last part, it might contain non-Emacs stuff. + ;; (reverse (cdr (reverse + Info-default-directory-list)))) ;; ))) (defun info-initialize () "Initialize `Info-directory-list', if that hasn't been done yet."